home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / move / move.dir / 00098_Script_98 < prev    next >
Text File  |  1999-03-05  |  390b  |  22 lines

  1. on mousedown
  2.   global currentproject,currentpage
  3.   
  4.  
  5.   
  6.   if currentproject > 59 then
  7.     set currentproject = currentproject - 1
  8.     set currentpage = currentpage - 1
  9.     
  10.     
  11.     
  12.   else
  13.     set currentproject = 79 
  14.     set currentpage = 79
  15.     
  16.   end if
  17.   
  18.   gotoPage currentproject,line currentproject of field "project",line currentpage of field "pages"
  19.   
  20. end
  21.  
  22.